home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_300
/
325_02
/
mcmpl.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-03-26
|
191 b
|
6 lines
rem batch file to compile in Microsoft C
rem must be compiled using /AH, huge model
rem other switches are optional
cl /Id:\msc\include /Ic:\mc\dp /G2 /AH /W3 /c /Zi /Fs /Gs /Oait %1.c